Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix anonymous workspace setup with no log dir #478

Merged
merged 1 commit into from
May 4, 2024

Conversation

linsword13
Copy link
Collaborator

This enables more flexible workspace manipulation, as long as the workspace contains valid config yaml.

For instance (example provided by Doug):

mkdir -p test_workspace/configs
cp ramble.yaml test_workspace/configs/ramble.yaml
ramble -D test_workspace workspace setup

Tested with both added unit-test case and the example above.

This enables more flexible workspace manipulation, as long as the
workspace contains valid config yaml.

For instance (example provided by Doug):

```
mkdir -p test_workspace/configs
cp ramble.yaml test_workspace/configs/ramble.yaml
ramble -D test_workspace workspace setup
```

Tested with both added unit-test case and the example above.
@douglasjacobsen douglasjacobsen merged commit d33af76 into GoogleCloudPlatform:develop May 4, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants